THING_KEY_SERIALIZER

@ExperimentalSerializationApi
@Serializer(forClass = MPIOptions.THING_KEY::class)
object THING_KEY_SERIALIZER

serializer for thing key.

Properties

Link copied to clipboard
open val descriptor: SerialDescriptor

descriptor for thing key.

Functions

Link copied to clipboard
open fun deserialize(decoder: Decoder): MPIOptions.THING_KEY

decode string to data object THING_KEY

Link copied to clipboard
open fun serialize(encoder: Encoder, obj: MPIOptions.THING_KEY)

encode data object CAMERA_DIRECTION to string